From 607314f72589f9b6e77ecf797ce5de97fcd943e1 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 2 Sep 2005 07:53:46 +0000 Subject: [PATCH] The attached patch makes xend clear the reboot request from the store when rebooting a domain. This prevents the lingering request from being re-fulfilled, such as when executing a subsequent sysrq request. Signed-off-by: Dan Smith --- tools/python/xen/xend/XendDomainInfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index ee8edd566f..abb692f051 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -1006,6 +1006,7 @@ class XendDomainInfo: """ try: + self.clear_shutdown() self.state = STATE_VM_OK self.shutdown_pending = None self.restart_check() -- 2.30.2